SELECT * FROM table_name ORDER BY RAND() LIMIT 1; Code language: SQL (Structured Query Language) (sql)